RSS List Summary Function

The RSS summary function is used to create an XML list of content summaries for RSS Syndication. Shown here is the format of the RSS list summary function:

<?php ecmRssSummary (“Folder”, Recursive, “OrderBy”, MaxNumber); ?>

This function is basically the same as the RSS Summary function in ASP. See RSS Summary Function for details.

The only difference between the PHP function and the ASP one is the syntax for implementing it. The PHP example is below.

<?php ecmRssSummary("\CMS400Developer\\", 0, "Title,asc", 0); ?>

Previous TopicNext Topic|